PlatformId Property

Provides access to the operating system platform ID.

Syntax

SystemManager.PlatformId

Access

Read only.

Return Type

Long.

Example

To access the operating system platform ID, enter:

Dim PlatID, obj
Set obj = CreateObject("OpScrUtil.SystemManager")
PlatID = obj.PlatformId